[Manager Summary]
Obtains the current drawing resolution of your application.
OSStatus PMGetResolution(PMPageFormat pageFormat, PMResolution *res)
PARAMETERS
pageFormat
- A PMPageFormat object previously created by your application. Pass the object from which you wish to obtain resolution information.
res
- A pointer to a structure of type PMResolution. On return, this structure describes the resolution at which the Carbon Printing Manager expects your application to render images.
- function result
- A result code. See Result Codes.
DISCUSSION
CARBON PORTING NOTES
This function replaces the Printing Manager opcode getRslDataOp and allows access to information formerly stored in the iVRes and iHRes fields of the Printing Manager structure TPrInfo.
Last modified: 5/7/99. Status: Draft Copyright 1999 Apple Computer, Inc. All rights reserved.